Skip to content
This repository was archived by the owner on Jun 8, 2026. It is now read-only.

build(deps): bump cdk.version from 1.102.0 to 1.103.0#102

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/cdk.version-1.103.0
Closed

build(deps): bump cdk.version from 1.102.0 to 1.103.0#102
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/cdk.version-1.103.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 11, 2021

Bumps cdk.version from 1.102.0 to 1.103.0.
Updates core from 1.102.0 to 1.103.0

Release notes

Sourced from core's releases.

v1.103.0

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • appmesh: HealthChecks require use of static factory methods
  • apigatewayv2: The metricXXX methods are no longer available in the IApi interface. The existing ones are moved into IHttpApi and new ones will be added to IWebsocketApi.
  • apigatewayv2: The metricXXX methods are no longer available in the IStage interface. The existing ones are moved into IHttpStage and new ones will be added to the IWebsocketStage.
  • lambda-nodejs: the default runtime version for NodejsFunction is now always NODEJS_14_X (previously the version was derived from the local NodeJS runtime and could be either 12.x or 14.x).

Features

Bug Fixes

  • apigatewayv2: incorrect metric names for client and server-side errors (#14541) (551182e), closes #14503
  • assert matches more than the template on multiple CDK copies (#14544) (f8abdbf), closes #14468
  • apigatewayv2-integrations: fix broken lambda websocket integration uri (#13820) (f0d5c25), closes #13679
  • cfn-include: correctly parse Fn::Sub expressions containing serialized JSON (#14512) (fd6d6d0), closes #14095
  • cli: 'cdk deploy *' should not deploy stacks in nested assemblies (#14542) (93a3549)
  • cli: synth fails if there was an error when synthesizing the stack (#14613) (71c61e8)
  • lambda-nodejs: non-deterministic runtime version (#14538) (527f662), closes #13893
  • ssm: dynamic SSM parameter reference breaks with lists (#14527) (3d1baac), closes #14205 #14476
Changelog

Sourced from core's changelog.

1.103.0 (2021-05-10)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • appmesh: HealthChecks require use of static factory methods
  • apigatewayv2: The metricXXX methods are no longer available in the IApi interface. The existing ones are moved into IHttpApi and new ones will be added to IWebsocketApi.
  • apigatewayv2: The metricXXX methods are no longer available in the IStage interface. The existing ones are moved into IHttpStage and new ones will be added to the IWebsocketStage.
  • lambda-nodejs: the default runtime version for NodejsFunction is now always NODEJS_14_X (previously the version was derived from the local NodeJS runtime and could be either 12.x or 14.x).

Features

Bug Fixes

  • apigatewayv2: incorrect metric names for client and server-side errors (#14541) (551182e), closes #14503
  • assert matches more than the template on multiple CDK copies (#14544) (f8abdbf), closes #14468
  • apigatewayv2-integrations: fix broken lambda websocket integration uri (#13820) (f0d5c25), closes #13679
  • cfn-include: correctly parse Fn::Sub expressions containing serialized JSON (#14512) (fd6d6d0), closes #14095
  • cli: 'cdk deploy *' should not deploy stacks in nested assemblies (#14542) (93a3549)
  • cli: synth fails if there was an error when synthesizing the stack (#14613) (71c61e8)
  • lambda-nodejs: non-deterministic runtime version (#14538) (527f662), closes #13893
  • ssm: dynamic SSM parameter reference breaks with lists (#14527) (3d1baac), closes #14205 #14476
Commits
  • bc13a66 chore(release): 1.103.0
  • 7571860 chore(release): 1.103.0
  • 7d2684e chore: npm-check-updates && yarn upgrade (#14620)
  • d676ffc feat(elbv2): preserveClientIp for NetworkTargetGroup (#14589)
  • 3dfee3b chore: annotate aws-lambda-go with docker requirement (#14618)
  • 71c61e8 fix(cli): synth fails if there was an error when synthesizing the stack (#14613)
  • 036f9fc chore: issue template for bugs to have an SSCCE example (#14615)
  • 464b827 chore: add @types/jest to a package that was missing it (#14609)
  • 10ae1a9 feat(kms): allow specifying key spec and key usage (#14478)
  • ce119ba feat(msk): Cluster L2 Construct (#9908)
  • Additional commits viewable in compare view

Updates kms from 1.102.0 to 1.103.0

Release notes

Sourced from kms's releases.

v1.103.0

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • appmesh: HealthChecks require use of static factory methods
  • apigatewayv2: The metricXXX methods are no longer available in the IApi interface. The existing ones are moved into IHttpApi and new ones will be added to IWebsocketApi.
  • apigatewayv2: The metricXXX methods are no longer available in the IStage interface. The existing ones are moved into IHttpStage and new ones will be added to the IWebsocketStage.
  • lambda-nodejs: the default runtime version for NodejsFunction is now always NODEJS_14_X (previously the version was derived from the local NodeJS runtime and could be either 12.x or 14.x).

Features

Bug Fixes

  • apigatewayv2: incorrect metric names for client and server-side errors (#14541) (551182e), closes #14503
  • assert matches more than the template on multiple CDK copies (#14544) (f8abdbf), closes #14468
  • apigatewayv2-integrations: fix broken lambda websocket integration uri (#13820) (f0d5c25), closes #13679
  • cfn-include: correctly parse Fn::Sub expressions containing serialized JSON (#14512) (fd6d6d0), closes #14095
  • cli: 'cdk deploy *' should not deploy stacks in nested assemblies (#14542) (93a3549)
  • cli: synth fails if there was an error when synthesizing the stack (#14613) (71c61e8)
  • lambda-nodejs: non-deterministic runtime version (#14538) (527f662), closes #13893
  • ssm: dynamic SSM parameter reference breaks with lists (#14527) (3d1baac), closes #14205 #14476
Changelog

Sourced from kms's changelog.

1.103.0 (2021-05-10)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • appmesh: HealthChecks require use of static factory methods
  • apigatewayv2: The metricXXX methods are no longer available in the IApi interface. The existing ones are moved into IHttpApi and new ones will be added to IWebsocketApi.
  • apigatewayv2: The metricXXX methods are no longer available in the IStage interface. The existing ones are moved into IHttpStage and new ones will be added to the IWebsocketStage.
  • lambda-nodejs: the default runtime version for NodejsFunction is now always NODEJS_14_X (previously the version was derived from the local NodeJS runtime and could be either 12.x or 14.x).

Features

Bug Fixes

  • apigatewayv2: incorrect metric names for client and server-side errors (#14541) (551182e), closes #14503
  • assert matches more than the template on multiple CDK copies (#14544) (f8abdbf), closes #14468
  • apigatewayv2-integrations: fix broken lambda websocket integration uri (#13820) (f0d5c25), closes #13679
  • cfn-include: correctly parse Fn::Sub expressions containing serialized JSON (#14512) (fd6d6d0), closes #14095
  • cli: 'cdk deploy *' should not deploy stacks in nested assemblies (#14542) (93a3549)
  • cli: synth fails if there was an error when synthesizing the stack (#14613) (71c61e8)
  • lambda-nodejs: non-deterministic runtime version (#14538) (527f662), closes #13893
  • ssm: dynamic SSM parameter reference breaks with lists (#14527) (3d1baac), closes #14205 #14476
Commits
  • bc13a66 chore(release): 1.103.0
  • 7571860 chore(release): 1.103.0
  • 7d2684e chore: npm-check-updates && yarn upgrade (#14620)
  • d676ffc feat(elbv2): preserveClientIp for NetworkTargetGroup (#14589)
  • 3dfee3b chore: annotate aws-lambda-go with docker requirement (#14618)
  • 71c61e8 fix(cli): synth fails if there was an error when synthesizing the stack (#14613)
  • 036f9fc chore: issue template for bugs to have an SSCCE example (#14615)
  • 464b827 chore: add @types/jest to a package that was missing it (#14609)
  • 10ae1a9 feat(kms): allow specifying key spec and key usage (#14478)
  • ce119ba feat(msk): Cluster L2 Construct (#9908)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `cdk.version` from 1.102.0 to 1.103.0.

Updates `core` from 1.102.0 to 1.103.0
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/master/CHANGELOG.md)
- [Commits](aws/aws-cdk@v1.102.0...v1.103.0)

Updates `kms` from 1.102.0 to 1.103.0
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/master/CHANGELOG.md)
- [Commits](aws/aws-cdk@v1.102.0...v1.103.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 11, 2021
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 17, 2021

Superseded by #107.

@dependabot dependabot Bot closed this May 17, 2021
@dependabot dependabot Bot deleted the dependabot/maven/cdk.version-1.103.0 branch May 17, 2021 07:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants